home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 17d.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  1.3 KB  |  62 lines

  1. on exitFrame
  2.   global gCursorReady, gMagCursor
  3.   gCursorReady = 1
  4.   gMagCursor = "magCursor"
  5.   if rollOver(12) then
  6.     set the visible of sprite 13 to 1
  7.   else
  8.     set the visible of sprite 13 to 0
  9.   end if
  10.   if rollOver(14) then
  11.     set the visible of sprite 15 to 1
  12.   else
  13.     set the visible of sprite 15 to 0
  14.   end if
  15.   if rollOver(16) then
  16.     set the visible of sprite 17 to 1
  17.   else
  18.     set the visible of sprite 17 to 0
  19.   end if
  20.   if rollOver(18) then
  21.     set the visible of sprite 19 to 1
  22.   else
  23.     set the visible of sprite 19 to 0
  24.   end if
  25.   if rollOver(20) then
  26.     set the visible of sprite 21 to 1
  27.   else
  28.     set the visible of sprite 21 to 0
  29.   end if
  30.   if rollOver(22) then
  31.     set the visible of sprite 23 to 1
  32.   else
  33.     set the visible of sprite 23 to 0
  34.   end if
  35.   if rollOver(24) then
  36.     set the visible of sprite 25 to 1
  37.   else
  38.     set the visible of sprite 25 to 0
  39.   end if
  40.   if rollOver(26) then
  41.     set the visible of sprite 27 to 1
  42.   else
  43.     set the visible of sprite 27 to 0
  44.   end if
  45.   if rollOver(28) then
  46.     set the visible of sprite 29 to 1
  47.   else
  48.     set the visible of sprite 29 to 0
  49.   end if
  50.   if rollOver(30) then
  51.     set the visible of sprite 31 to 1
  52.   else
  53.     set the visible of sprite 31 to 0
  54.   end if
  55.   if rollOver(32) then
  56.     set the visible of sprite 33 to 1
  57.   else
  58.     set the visible of sprite 33 to 0
  59.   end if
  60.   go(the frame)
  61. end
  62.